Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDomArrayEditorWindow<T> Class / OnItemEdited Method


In This Topic
    OnItemEdited Method
    In This Topic
    Called when an array item was edited.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnItemEdited( _
       ByVal listBoxItem As NListBoxItem, _
       ByVal arrayItem As T _
    ) 
    'Usage
     
    
    Dim instance As NDomArrayEditorWindow(Of T)
    Dim listBoxItem As NListBoxItem
    Dim arrayItem As T
     
    instance.OnItemEdited(listBoxItem, arrayItem)
    public virtual void OnItemEdited( 
       NListBoxItem listBoxItem,
       T arrayItem
    )

    Parameters

    listBoxItem
    arrayItem
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also